Html Css Color HEX #CFEF3E Pear

📋 copy color: '#CFEF3E'

red 207 ◦ green 239 ◦ blue 62

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

Shades of Pear #CFEF3E

Tints of Pear #CFEF3E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.05%

 BLUE value IS 62 (24.61% from 255) = 12.2%

R = 40.75%
G = 47.05%
B = 12.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#CFEF3E (or 0xCFEF3E) is known color: Pear. HEX triplet: CF, EF and 3E. RGB value is (207,239,62). Sum of RGB (Red+Green+Blue) = 207+239+62=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF3E is #3010C1. Grayscale: #D1D1D1. Windows color (decimal): -3150018 or 4124623. OLE color: 4124623.

HSL color Cylindrical-coordinate representation of color #CFEF3E: hue angle of 70.85º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFEF3E is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 62 -
CMYK 0.13 0 0.74 0.06
HSL 70.85º 0.85% 0.59% -
HSV(B) 70.85º 0.74% 0.94% -
XYZ 57.47 75.35 16.07 -
YUV 209.25 44.9 126.39 -
System Red Green Blue C M Y K H S L
Decimal 207 239 62 0.13 0 0.74 0.06 70.85 0.85 0.59
Hex CF EF 3E D 0 4A 6 47 55 3B
Octal 317 357 76 15 0 112 6 107 125 73
Binary 11001111 11101111 111110 1101 0 1001010 110 1000111 1010101 111011

Color Harmonies of #CFEF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF3E

Black with #CFEF3E

Text Example


Text Example

White with #CFEF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF3E; }

 p { color: rgb(207,239,62); }

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

background-color css

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

 a { background-color: rgb(207,239,62); }

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

border-color css

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

 span { border-color: rgb(207,239,62); }

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