Html Css Color HEX #CFE53B Pear

📋 copy color: '#CFE53B'

red 207 ◦ green 229 ◦ blue 59

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

Shades of Pear #CFE53B

Tints of Pear #CFE53B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.26%

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

R = 41.82%
G = 46.26%
B = 11.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#CFE53B (or 0xCFE53B) is known color: Pear. HEX triplet: CF, E5 and 3B. RGB value is (207,229,59). Sum of RGB (Red+Green+Blue) = 207+229+59=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE53B is #301AC4. Grayscale: #CBCBCB. Windows color (decimal): -3152581 or 3925455. OLE color: 3925455.

HSL color Cylindrical-coordinate representation of color #CFE53B: hue angle of 67.76º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFE53B is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 59 -
CMYK 0.10 0 0.74 0.10
HSL 67.76º 0.77% 0.56% -
HSV(B) 67.76º 0.74% 0.9% -
XYZ 54.54 69.62 14.7 -
YUV 203.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 207 229 59 0.10 0 0.74 0.10 67.76 0.77 0.56
Hex CF E5 3B A 0 4A A 44 4D 38
Octal 317 345 73 12 0 112 12 104 115 70
Binary 11001111 11100101 111011 1010 0 1001010 1010 1000100 1001101 111000

Color Harmonies of #CFE53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE53B

Black with #CFE53B

Text Example


Text Example

White with #CFE53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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