Html Css Color HEX #CFE319 Pear

📋 copy color: '#CFE319'

red 207 ◦ green 227 ◦ blue 25

#CFE319
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CFE319

Tints of Pear #CFE319

RGB

 RED value IS 207 (81.25% from 255) = 45.1%

 GREEN value IS 227 (89.06% from 255) = 49.46%

 BLUE value IS 25 (10.16% from 255) = 5.45%

R = 45.1%
G = 49.46%
B = 5.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFE319 (or 0xCFE319) is known color: Pear. HEX triplet: CF, E3 and 19. RGB value is (207,227,25). Sum of RGB (Red+Green+Blue) = 207+227+25=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 25 (10.16% from 255 or 5.45% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE319 is #301CE6. Grayscale: #C6C6C6. Windows color (decimal): -3153127 or 1696719. OLE color: 1696719.

HSL color Cylindrical-coordinate representation of color #CFE319: hue angle of 65.94º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFE319 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 25 -
CMYK 0.09 0 0.89 0.11
HSL 65.94º 0.8% 0.49% -
HSV(B) 65.94º 0.89% 0.89% -
XYZ 53.38 68.27 11.28 -
YUV 197.99 30.37 134.43 -
System Red Green Blue C M Y K H S L
Decimal 207 227 25 0.09 0 0.89 0.11 65.94 0.8 0.49
Hex CF E3 19 9 0 59 B 42 50 31
Octal 317 343 31 11 0 131 13 102 120 61
Binary 11001111 11100011 11001 1001 0 1011001 1011 1000010 1010000 110001

Color Harmonies of #CFE319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE319

Black with #CFE319

Text Example


Text Example

White with #CFE319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE319; }

 p { color: rgb(207,227,25); }

 H1.HeaderClassName
 {
   color: #CFE319;
 }
 .AnyTagClassName
 {
   color: #CFE319;
 }
</style>

background-color css

<style>
 a { background-color: #CFE319; }

 a { background-color: rgb(207,227,25); }

 div.DivClassName
 {
   background-color: #CFE319;
 }
 .BgClassName
 {
   background-color: #CFE319;
 }
</style>

border-color css

<style>
 span { border-color: #CFE319; }

 span { border-color: rgb(207,227,25); }

 td.TdClassName
 {
   border-color: #CFE319;
 }
 .TagClassName
 {
   border-color: #CFE319;
 }
</style>