Html Css Color HEX #CFE523 Pear

📋 copy color: '#CFE523'

red 207 ◦ green 229 ◦ blue 35

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

Shades of Pear #CFE523

Tints of Pear #CFE523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.43%

R = 43.95%
G = 48.62%
B = 7.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#CFE523 (or 0xCFE523) is known color: Pear. HEX triplet: CF, E5 and 23. RGB value is (207,229,35). Sum of RGB (Red+Green+Blue) = 207+229+35=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 35 (14.06% from 255 or 7.43% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE523 is #301ADC. Grayscale: #C9C9C9. Windows color (decimal): -3152605 or 2352591. OLE color: 2352591.

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

Color convert

RGB 207 229 35 -
CMYK 0.10 0 0.85 0.10
HSL 66.8º 0.79% 0.52% -
HSV(B) 66.8º 0.85% 0.9% -
XYZ 54.05 69.43 12.14 -
YUV 200.31 34.71 132.77 -
System Red Green Blue C M Y K H S L
Decimal 207 229 35 0.10 0 0.85 0.10 66.8 0.79 0.52
Hex CF E5 23 A 0 55 A 43 4F 34
Octal 317 345 43 12 0 125 12 103 117 64
Binary 11001111 11100101 100011 1010 0 1010101 1010 1000011 1001111 110100

Color Harmonies of #CFE523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE523

Black with #CFE523

Text Example


Text Example

White with #CFE523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE523; }

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

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

background-color css

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

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

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

border-color css

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

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

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