Html Css Color HEX #CFE314 Pear

📋 copy color: '#CFE314'

red 207 ◦ green 227 ◦ blue 20

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

Shades of Pear #CFE314

Tints of Pear #CFE314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.41%

R = 45.59%
G = 50%
B = 4.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#CFE314 (or 0xCFE314) is known color: Pear. HEX triplet: CF, E3 and 14. RGB value is (207,227,20). Sum of RGB (Red+Green+Blue) = 207+227+20=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE314 is #301CEB. Grayscale: #C6C6C6. Windows color (decimal): -3153132 or 1369039. OLE color: 1369039.

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

Color convert

RGB 207 227 20 -
CMYK 0.09 0 0.91 0.11
HSL 65.8º 0.84% 0.48% -
HSV(B) 65.8º 0.91% 0.89% -
XYZ 53.33 68.25 11.03 -
YUV 197.42 27.87 134.83 -
System Red Green Blue C M Y K H S L
Decimal 207 227 20 0.09 0 0.91 0.11 65.8 0.84 0.48
Hex CF E3 14 9 0 5B B 42 54 30
Octal 317 343 24 11 0 133 13 102 124 60
Binary 11001111 11100011 10100 1001 0 1011011 1011 1000010 1010100 110000

Color Harmonies of #CFE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE314

Black with #CFE314

Text Example


Text Example

White with #CFE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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