Html Css Color HEX #CFE05B Mindaro

📋 copy color: '#CFE05B'

red 207 ◦ green 224 ◦ blue 91

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

Shades of Mindaro #CFE05B

Tints of Mindaro #CFE05B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.91%

 BLUE value IS 91 (35.94% from 255) = 17.43%

R = 39.66%
G = 42.91%
B = 17.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#CFE05B (or 0xCFE05B) is known color: Mindaro. HEX triplet: CF, E0 and 5B. RGB value is (207,224,91). Sum of RGB (Red+Green+Blue) = 207+224+91=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE05B is #301FA4. Grayscale: #CCCCCC. Windows color (decimal): -3153829 or 6021327. OLE color: 6021327.

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

Color convert

RGB 207 224 91 -
CMYK 0.08 0 0.59 0.12
HSL 67.67º 0.68% 0.62% -
HSV(B) 67.67º 0.59% 0.88% -
XYZ 54.28 67.33 20.03 -
YUV 203.76 64.37 130.31 -
System Red Green Blue C M Y K H S L
Decimal 207 224 91 0.08 0 0.59 0.12 67.67 0.68 0.62
Hex CF E0 5B 8 0 3B C 44 44 3E
Octal 317 340 133 10 0 73 14 104 104 76
Binary 11001111 11100000 1011011 1000 0 111011 1100 1000100 1000100 111110

Color Harmonies of #CFE05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE05B

Black with #CFE05B

Text Example


Text Example

White with #CFE05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE05B; }

 p { color: rgb(207,224,91); }

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

background-color css

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

 a { background-color: rgb(207,224,91); }

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

border-color css

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

 span { border-color: rgb(207,224,91); }

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