Html Css Color HEX #CFE13B Pear

📋 copy color: '#CFE13B'

red 207 ◦ green 225 ◦ blue 59

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

Shades of Pear #CFE13B

Tints of Pear #CFE13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

 BLUE value IS 59 (23.44% from 255) = 12.02%

R = 42.16%
G = 45.82%
B = 12.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#CFE13B (or 0xCFE13B) is known color: Pear. HEX triplet: CF, E1 and 3B. RGB value is (207,225,59). Sum of RGB (Red+Green+Blue) = 207+225+59=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE13B is #301EC4. Grayscale: #C9C9C9. Windows color (decimal): -3153605 or 3924431. OLE color: 3924431.

HSL color Cylindrical-coordinate representation of color #CFE13B: hue angle of 66.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE13B is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 59 -
CMYK 0.08 0 0.74 0.12
HSL 66.51º 0.73% 0.56% -
HSV(B) 66.51º 0.74% 0.88% -
XYZ 53.45 67.43 14.34 -
YUV 200.69 48.04 132.5 -
System Red Green Blue C M Y K H S L
Decimal 207 225 59 0.08 0 0.74 0.12 66.51 0.73 0.56
Hex CF E1 3B 8 0 4A C 43 49 38
Octal 317 341 73 10 0 112 14 103 111 70
Binary 11001111 11100001 111011 1000 0 1001010 1100 1000011 1001001 111000

Color Harmonies of #CFE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE13B

Black with #CFE13B

Text Example


Text Example

White with #CFE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE13B; }

 p { color: rgb(207,225,59); }

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

background-color css

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

 a { background-color: rgb(207,225,59); }

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

border-color css

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

 span { border-color: rgb(207,225,59); }

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