Html Css Color HEX #CCF01B Pear

📋 copy color: '#CCF01B'

red 204 ◦ green 240 ◦ blue 27

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

Shades of Pear #CCF01B

Tints of Pear #CCF01B

RGB

 RED value IS 204 (80.08% from 255) = 43.31%

 GREEN value IS 240 (94.14% from 255) = 50.96%

 BLUE value IS 27 (10.94% from 255) = 5.73%

R = 43.31%
G = 50.96%
B = 5.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#CCF01B (or 0xCCF01B) is known color: Pear. HEX triplet: CC, F0 and 1B. RGB value is (204,240,27). Sum of RGB (Red+Green+Blue) = 204+240+27=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF01B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF01B is #330FE4. Grayscale: #CDCDCD. Windows color (decimal): -3346405 or 1831116. OLE color: 1831116.

HSL color Cylindrical-coordinate representation of color #CCF01B: hue angle of 70.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF01B is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 27 -
CMYK 0.15 0 0.89 0.06
HSL 70.14º 0.88% 0.52% -
HSV(B) 70.14º 0.89% 0.94% -
XYZ 56.26 75.24 12.59 -
YUV 204.95 27.57 127.32 -
System Red Green Blue C M Y K H S L
Decimal 204 240 27 0.15 0 0.89 0.06 70.14 0.88 0.52
Hex CC F0 1B F 0 59 6 46 58 34
Octal 314 360 33 17 0 131 6 106 130 64
Binary 11001100 11110000 11011 1111 0 1011001 110 1000110 1011000 110100

Color Harmonies of #CCF01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF01B

Black with #CCF01B

Text Example


Text Example

White with #CCF01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF01B; }

 p { color: rgb(204,240,27); }

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

background-color css

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

 a { background-color: rgb(204,240,27); }

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

border-color css

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

 span { border-color: rgb(204,240,27); }

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